SftTree/NET 2.0

KeepPosition Property, ColumnClass Class

Softel vdm, Inc.

Defines whether this column must remain in its current position and cannot be reordered.

Syntax      ColumnClass Class (Softelvdm.SftTreeNET)

VB   

Public Property KeepPosition As Boolean

C#   

public bool KeepPosition { get; set; }

C++   

public: property bool KeepPosition {
        bool get();
        void set(bool value);
}

Property Value

True if this column must remain in its current position, otherwise False. If True, columns on the left can be reordered but cannot be moved to the right of the column and vice versa. This is usually used with the first column, to prevent the user from changing its position when using column reordering.

The default value is False.

Comments

The KeepPosition property defines whether this column must remain in its current position and cannot be reordered.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com